2008-06-20 Johan Dahlin <jdahlin@async.com.br>
+ * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.
+
* gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
* gtk/gtkwidget.c (gtk_widget_get_allocation): Remove unused variable
}
/**
- * gtk_scale_button_new
+ * gtk_scale_button_new:
* @size: a stock icon size
* @min: the minimum value of the scale (usually 0)
* @max: the maximum value of the scale (usually 100)
}
/**
- * gtk_scale_button_get_value
+ * gtk_scale_button_get_value:
* @button: a #GtkScaleButton
*
* Gets the current value of the scale button.
}
/**
- * gtk_scale_button_set_value
+ * gtk_scale_button_set_value:
* @button: a #GtkScaleButton
* @value: new value of the scale button
*
}
/**
- * gtk_scale_button_set_icons
+ * gtk_scale_button_set_icons:
* @button: a #GtkScaleButton
* @icons: a %NULL-terminated array of icon names
*
}
/**
- * gtk_scale_button_set_adjustment
+ * gtk_scale_button_set_adjustment:
* @button: a #GtkScaleButton
* @adjustment: a #GtkAdjustment
*
g_object_notify (G_OBJECT (button), "value");
}
-
#define __GTK_SCALE_BUTTON_C__
#include "gtkaliasdef.c"